ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / TopLeftCellsTemplate Property






In This Topic
    TopLeftCellsTemplate Property (FlexGridBase<T>)
    In This Topic
    Gets the templates for the topleft cells.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property TopLeftCellsTemplate As CellTemplate
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As CellTemplate
     
    value = instance.TopLeftCellsTemplate
    public virtual CellTemplate TopLeftCellsTemplate {get;}
    public read-only property TopLeftCellsTemplate: CellTemplate; virtual; 
    public function get TopLeftCellsTemplate : CellTemplate
    public: __property virtual CellTemplate* get_TopLeftCellsTemplate();
    public:
    virtual property CellTemplate^ TopLeftCellsTemplate {
       CellTemplate^ get();
    }
    See Also